kotlin-stdlib
Native
kotlin-stdlib
/
kotlin
/
[Native]Short
/
times
times
Native
inline operator
fun
times
(
other
:
Byte
)
:
Int
Content copied to clipboard
inline operator
fun
times
(
other
:
Short
)
:
Int
Content copied to clipboard
inline operator
fun
times
(
other
:
Int
)
:
Int
Content copied to clipboard
inline operator
fun
times
(
other
:
Long
)
:
Long
Content copied to clipboard
inline operator
fun
times
(
other
:
Float
)
:
Float
Content copied to clipboard
inline operator
fun
times
(
other
:
Double
)
:
Double
Content copied to clipboard
Multiplies this value by the other value.